Foxit PDF RDK
|
Defines a callback interface for handling the result of a ClearCacheTask. More...
Public Member Functions | |
constructor () | |
Constructor for the ClearCacheTaskCallBack class. Initializes a new instance of the ClearCacheTaskCallBack. | |
execute (task) | |
Executes the callback with the result of a ClearCacheTask. More... | |
Defines a callback interface for handling the result of a ClearCacheTask.
FoxitRDKNative.ClearCacheTaskCallBack.execute | ( | task | ) |
Executes the callback with the result of a ClearCacheTask.
{ClearCacheTask} | task - The ClearCacheTask whose result is being processed. This method is called when the task completes, providing access to its result. |